home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1999 / MacHack 1999.toast / The Hacks / MACtive Desktop / Source / Headers / MetroNubUtils.h < prev    next >
Encoding:
Text File  |  1998-04-23  |  635 b   |  20 lines  |  [TEXT/CWIE]

  1. // ===========================================================================
  2. //    MetroNubUtils.h                    ©1996 Metrowerks Inc. All rights reserved.
  3. // ===========================================================================
  4.  
  5. #ifndef __MetroNubUtils__
  6. #define __MetroNubUtils__
  7.  
  8. #include <Types.h>
  9.  
  10.  
  11. Boolean    IsMetroNubInstalled();        // returns true if a compatible version
  12.                                     // of MetroNub is installed
  13.  
  14. Boolean IsMWDebuggerRunning();        // returns true if the Metrowerks debugger
  15.                                     // is running
  16.  
  17. Boolean AmIBeingMWDebugged();        // returns true if this process is being
  18.                                     // debugged by the Metrowerks debugger
  19.  
  20. #endif